.top-bar {
  background: #0172ba;
}

.header {
  padding: 20px 0px;
}
.header .container2 {
  display: flex;
  justify-content: space-between;
  overflow: visible;
  position: relative;
}
.header .container2 #search .submitsearch {
  background: black;
}
.header .container2 #search .submitsearch img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.header .container2 #search #keyword {
  background: #f3f3f3;
}
.header .container2 .search2 {
  position: absolute;
  right: 0;
  display: none;
  bottom: -28px;
  z-index: 33;
}
.header .header_menu {
  margin-top: 30px;
}
.header .header_menu ul {
  overflow: visible;
}
.header .header_menu ul li {
  margin-left: 30px;
}
.header .header_menu ul li:hover a, .header .header_menu ul li.active a {
  color: #0172ba;
  font-weight: bold;
  border-bottom: 2px solid #0172ba;
}
.header .header_menu ul li a {
  display: block;
  font-size: 16px;
  padding-bottom: 5px;
  color: #393939;
  border-bottom: 2px solid transparent;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url("../images/footer_bg.jpg") no-repeat center;
  background-size: cover;
  color: white;
}
.footer a {
  color: white;
}
.footer .rt {
  display: flex;
  justify-content: space-between;
}
.footer .rt ul li {
  line-height: 2;
  float: none;
}
.footer .rt ul li a {
  display: block;
  font-size: 16px;
}
.footer .rt .item .title {
  font-size: 18px;
  color: white;
}
.footer .rt .item .line {
  width: 50px;
  height: 1px;
  background: #0172ba;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer .lf .name {
  font-size: 18px;
  color: white;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer .lf .message {
  line-height: 2;
  font-size: 14px;
}

.beizhu {
  background: #2a2a2a;
}

@media (max-width: 1600px) {
  ._container {
    width: 1400px;
  }
}
@media (max-width: 1450px) {
  .footer .footer_message .lf .name {
    font-size: 25px;
  }

  .vertical-space8, .hr {
    height: 70px;
  }

  ._container {
    width: 1170px;
  }
}
@media (max-width: 768px) {
  .footer .lf {
    text-align: center;
    float: none;
  }

  ._container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .vertical-space8, .hr {
    height: 40px;
  }

  .footer .footer_message {
    display: block;
  }

  .footer .footer_message .rt {
    margin-top: 40px;
  }

  .footer .footer_message .center ul li {
    float: none;
    text-align: center;
  }
  .footer .footer_message .center ul li .message {
    text-align: center;
    width: 100%;
  }
  .footer .footer_message .center ul li img {
    display: none;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
